home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / FloatDBMenu.dxr / Internal_7.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  387 b   |  16 lines

  1. on mouseUp
  2.   tell the stage
  3.     go(1, "LA_Main")
  4.     forget(window "floatDBMenu")
  5.   end tell
  6.   forget(window "floatDBMenu")
  7.   moveToFront(the stage)
  8.   set winList to the windowList
  9.   repeat with theWin in winList
  10.     put theWin, winList
  11.     if (theWin = window "txtShow") or (theWin = window "imgShow") or (theWin = window "lexShow") then
  12.       close(theWin)
  13.     end if
  14.   end repeat
  15. end
  16.